home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / ToomyTooth.swf / scripts / frame_34 / PlaceObject2_60_6 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-05  |  159 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this._y < _root.Tommy._y + 40)
  3.    {
  4.       this._visible = false;
  5.    }
  6.    else
  7.    {
  8.       this._visible = true;
  9.    }
  10. }
  11.